projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62840de
)
(init_marker): Remove debugging code.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 11 Sep 2003 22:41:16 +0000
(22:41 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 11 Sep 2003 22:41:16 +0000
(22:41 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 2c63c1cd07ee2f2487f9fad39c3cbbcad16da5ce..c84c2ebb26f2deceeba11b090ae33d799a45e07e 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-2851,7
+2851,6
@@
init_marker ()
marker_block_index = MARKER_BLOCK_SIZE;
marker_free_list = 0;
n_marker_blocks = 0;
- fprintf(stderr, "union Lisp_Misc = %d\n", sizeof (union Lisp_Misc));
}
/* Return a newly allocated Lisp_Misc object, with no substructure. */